func internal/strconv.pow10
6 uses
internal/strconv (current package)
atofeisel.go#L35: pow, exp2, ok := pow10(exp10)
atofeisel.go#L110: pow, exp2, ok := pow10(exp10)
ftoadbox.go#L333: φ, e1, _ := pow10(k)
ftoadbox.go#L343: m, e1, _ := pow10(k)
ftoafixed.go#L64: pow, exp2, ok := pow10(p)
math.go#L33: func pow10(e int) (mant uint128, exp int, ok bool) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |